xen/include: compat/xlat.h may change with .config changes
authorJan Beulich <jbeulich@suse.com>
Fri, 5 Mar 2021 14:26:51 +0000 (15:26 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 5 Mar 2021 14:26:51 +0000 (15:26 +0100)
commita473bdd81bc109b104a451c71f9402150796a1ff
tree87d0f22be4214340547f9149e8b052346d6726f2
parent761995ee29ac7c43d88a5e853f0a75a653b23b11
xen/include: compat/xlat.h may change with .config changes

$(xlat-y) getting derived from $(headers-y) means its contents may
change with changes to .config. The individual files $(xlat-y) refers
to, otoh, may not change, and hence not trigger rebuilding of xlat.h.
(Note that the issue was already present before the commit referred to
below, but it was far more limited in affecting only changes to
CONFIG_XSM_FLASK.)

Fixes: 2c8fabb2232d ("x86: only generate compat headers actually needed")
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
master commit: c7b0f25e8f86373ed54e1c446f8e67ce25ac6819
master date: 2021-01-26 14:42:23 +0100
xen/include/Makefile